Adds multiple items to the end of the collection.
public virtual void AddRange(
IEnumerable<T> items
)
Public Overridable Sub AddRange(
ByVal items As IEnumerable(Of T)
)
public:
virtual void AddRange(
IEnumerable<T>^ items
)
items
The IEnumerable<T> of objects to insert. The objects can be null for reference types.
LeadCollection<T> accepts null as a valid value for reference types and allows duplicate items.
This method is essentially InsertRange with the index
parameter set to Count.
This method raises the CollectionChanged event with the Add action.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET